DomainConfig

@Serializable
data class DomainConfig(val customBaseDomain: String)

Configuration class for defining custom network domains.

This class allows customization of the base domain used for network requests made by the SDK. It is particularly useful for routing traffic through a proxy or a custom endpoint.

Author

Abhishek Kumar

Since

14.05.00

Constructors

Link copied to clipboard
constructor(customBaseDomain: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Base Domain to be used for network request Note: default is an empty string, if the default value is used SDK will use the SDK domains